﻿.list_page .layui-laypage-count {
    background-color: #eee;
    padding:2px 5px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #04448c;
}

.bottomBook .layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #f8df9c;
}

#banner .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 5px;
}

#banner .swiper-pagination-bullet-active {
    background: #5baaff;
}

.indexCustomerContent .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
}

.indexCustomerContent .swiper-pagination-bullet-active {
    background: #5baaff;
}
@media (max-width: 768px) {
    .indexProductSwiper .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        border-radius: 5px;
    }


    #banner .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        border-radius: 5px;
    }
}